Speed up class action hookup
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 Apr 2020 00:22:26 +0000 (20:22 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 Apr 2020 00:22:26 +0000 (20:22 -0400)
commitc4a47e218f67eccb21a7aafec0189311cbc8a876
tree448ccbc440e1e8fbf386538c0b766d72442e63c5
parentb968ced5676aa793613cd3ac02444d75826708a9
Speed up class action hookup

No need to construct a detailed signal name for
every action when we can just look up the signal ID
once and use the quark that the GParamSpec already
has. Also, we don't need to loop over the actions
every time we get a notification.
gtk/gtkactionmuxer.c